RootOfTrust

open class RootOfTrust

This collection of values defines key information about the device's status.

Types

Link copied to clipboard
This provides the device's current boot state, which represents the level of protection provided to the user and to apps after the device finishes booting.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun create(verifiedBootKey: Array<Byte>, deviceLocked: Boolean, verifiedBootState: RootOfTrust.VerifiedBootState, verifiedBootHash: Optional<Array<Byte>>): RootOfTrust
Link copied to clipboard
open fun toAsn1Sequence(): ASN1Sequence